Skip to content

fix(deps): update all non-major dependencies#27

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#27
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Oct 6, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@babel/preset-env (source) 7.28.37.29.7 age confidence
@babel/preset-typescript (source) 7.27.17.29.7 age confidence
@changesets/cli (source) 2.29.72.31.0 age confidence
@commercetools/platform-sdk 8.16.08.27.0 age confidence
@eslint/js (source) 9.36.09.39.5 age confidence
@types/node (source) 22.18.722.20.1 age confidence
@types/yargs (source) 17.0.3317.0.35 age confidence
eslint (source) 9.36.09.39.5 age confidence
globals 16.4.016.5.0 age confidence
pino (source) 9.12.09.14.0 age confidence
prettier (source) 3.6.23.9.5 age confidence
ts-jest (source) 29.4.429.4.11 age confidence
typescript-eslint (source) 8.45.08.64.0 age confidence
yargs (source) 17.7.217.7.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

babel/babel (@​babel/preset-env)

v7.29.7

Compare Source

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

v7.29.5

Compare Source

v7.29.3

Compare Source

v7.29.2

Compare Source

v7.29.0

Compare Source

v7.29.0 (2026-01-31)

Thanks @​simbahax for your first PR!

🚀 New Feature
🐛 Bug Fix
  • babel-parser
  • babel-traverse
    • #​17708 fix(traverse): provide a hub when traversing a File or Program and no parentPath is given (@​simbahax)
  • babel-plugin-transform-block-scoping, babel-traverse
    • #​17737 [7.x backport] fix: Rename switch discriminant references when body creates shadowing variable (@​magic-akari)
🏃‍♀️ Performance
Committers: 6

v7.28.6

Compare Source

v7.28.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse
🏠 Internal
🏃‍♀️ Performance
changesets/changesets (@​changesets/cli)

v2.31.0

Compare Source

Minor Changes
  • #​1889 96ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #​1873 42943b7 Thanks @​mixelburg! - Respond to --help on all subcommands. Previously, --help was only handled when it was the sole argument; passing it alongside a subcommand (e.g. changeset version --help) would silently execute the command instead. Now --help always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.

Patch Changes

v2.30.0

Compare Source

Minor Changes
  • #​1840 057cca2 Thanks @​wotan-allfather! - Add --since flag to add command

    The add command now supports a --since flag that allows you to specify which branch, tag, or git ref to use when detecting changed packages. This is useful for gitflow workflows where you have multiple target branches and the baseBranch config option doesn't cover all use cases.

    Example: changeset add --since=develop

    If not provided, the command falls back to the baseBranch value in your .changeset/config.json.

  • #​1845 2b4a66a Thanks @​Andarist! - Delegate OTP prompting to the package manager instead of handling it in-process. This allows Changesets to use the package manager's native web auth support.

  • #​1774 667fe5a Thanks @​bluwy! - Support importing custom commit option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

  • #​1839 73b1809 Thanks @​leochiu-a! - Add a --message (-m) flag to changeset add (and default changeset) so the changeset summary can be provided from the command line. When --message is present, the summary prompt is skipped while the final confirmation step is kept.

  • #​1806 0e8e01e Thanks @​luisadame! - Changeset CLI can now be run from the nested directories in the project, where the .changeset directory has to be found in one of the parent directories

Patch Changes

v2.29.8

Compare Source

commercetools/commercetools-sdk-typescript (@​commercetools/platform-sdk)

v8.27.0

Compare Source

Minor Changes
  • #​1303 934fcda Thanks @​ct-sdks! - Api changes

    Added Enum(s) - added enum `ReserveOnCart` to type `InventoryMode` - added enum `reservation` to type `ReferenceTypeId` - added enum `reservation` to type `ResourceTypeId`
    Added Type(s) - added type `ReservationReference` - added type `CartSetReservationExpirationInMinutesAction` - added type `NonStandardCurrency` - added type `CircularDependencyError` - added type `ExtensionChainTooDeepError` - added type `ExtensionChainTooWideError` - added type `ExtensionDependencyExistsError` - added type `LineItemQuantityAboveLimitError` - added type `LineItemQuantityBelowLimitError` - added type `MissingDependencyError` - added type `GraphQLCircularDependencyError` - added type `GraphQLExtensionChainTooDeepError` - added type `GraphQLExtensionChainTooWideError` - added type `GraphQLExtensionDependencyExistsError` - added type `GraphQLLineItemQuantityAboveLimitError` - added type `GraphQLLineItemQuantityBelowLimitError` - added type `GraphQLMissingDependencyError` - added type `ExtensionAdditionalContext` - added type `ExtensionAdditionalContextDraft` - added type `ExtensionReference` - added type `ExtensionResourceIdentifier` - added type `ExtensionSetAdditionalContextAction` - added type `ExtensionSetDependenciesAction` - added type `ExtensionSetExpansionPathsAction` - added type `InventoryEntryStockLevels` - added type `InventoryEntrySetReorderPointAction` - added type `InventoryEntrySetReservationExpirationInMinutesAction` - added type `InventoryEntrySetSafetyStockAction` - added type `InventoryEntryOutOfStockMessage` - added type `InventoryEntryReorderPointMessage` - added type `InventoryEntryReservationExpirationInMinutesSetMessage` - added type `InventoryEntrySafetyStockMessage` - added type `InventoryEntryOutOfStockMessagePayload` - added type `InventoryEntryReorderPointMessagePayload` - added type `InventoryEntryReservationExpirationInMinutesSetMessagePayload` - added type `InventoryEntrySafetyStockMessagePayload` - added type `InventoryConfiguration` - added type `ProjectSetReleaseExpiredReservationsAction` - added type `ProjectSetReservationExpirationInMinutesAction` - added type `Reservation` - added type `ReservationState` - added type `CannotChangeReservationExpiryWarning` - added type `CannotCreateReservationWarning` - added type `CannotUpdateReservationWarning`
    Added Property(s) - added property `warnings` to type `Cart` - added property `reservation` to type `LineItem` - added property `dependencies` to type `Extension` - added property `expansionPaths` to type `Extension` - added property `additionalContext` to type `Extension` - added property `dependencies` to type `ExtensionDraft` - added property `expansionPaths` to type `ExtensionDraft` - added property `additionalContext` to type `ExtensionDraft` - added property `oldResource` to type `ExtensionInput` - added property `reservationExpirationInMinutes` to type `InventoryEntry` - added property `stockLevels` to type `InventoryEntry` - added property `reservationExpirationInMinutes` to type `InventoryEntryDraft` - added property `stockLevels` to type `InventoryEntryDraft` - added property `inventory` to type `Project`

v8.26.0

Compare Source

Minor Changes
  • #​1296 52cc58b Thanks @​ct-sdks! - Api changes

    Added Enum(s) - added enum `ReserveOnCart` to type `InventoryMode` - added enum `reservation` to type `ReferenceTypeId` - added enum `reservation` to type `ResourceTypeId`
    Added Type(s) - added type `ReservationReference` - added type `CartSetReservationExpirationInMinutesAction` - added type `NonStandardCurrency` - added type `CircularDependencyError` - added type `ExtensionChainTooDeepError` - added type `ExtensionChainTooWideError` - added type `ExtensionDependencyExistsError` - added type `LineItemQuantityAboveLimitError` - added type `LineItemQuantityBelowLimitError` - added type `MissingDependencyError` - added type `GraphQLCircularDependencyError` - added type `GraphQLExtensionChainTooDeepError` - added type `GraphQLExtensionChainTooWideError` - added type `GraphQLExtensionDependencyExistsError` - added type `GraphQLLineItemQuantityAboveLimitError` - added type `GraphQLLineItemQuantityBelowLimitError` - added type `GraphQLMissingDependencyError` - added type `ExtensionAdditionalContext` - added type `ExtensionAdditionalContextDraft` - added type `ExtensionReference` - added type `ExtensionResourceIdentifier` - added type `ExtensionSetAdditionalContextAction` - added type `ExtensionSetDependenciesAction` - added type `ExtensionSetExpansionPathsAction` - added type `InventoryEntryStockLevels` - added type `InventoryEntrySetReorderPointAction` - added type `InventoryEntrySetReservationExpirationInMinutesAction` - added type `InventoryEntrySetSafetyStockAction` - added type `InventoryEntryOutOfStockMessage` - added type `InventoryEntryReorderPointMessage` - added type `InventoryEntryReservationExpirationInMinutesSetMessage` - added type `InventoryEntrySafetyStockMessage` - added type `InventoryEntryOutOfStockMessagePayload` - added type `InventoryEntryReorderPointMessagePayload` - added type `InventoryEntryReservationExpirationInMinutesSetMessagePayload` - added type `InventoryEntrySafetyStockMessagePayload` - added type `InventoryConfiguration` - added type `ProjectSetReleaseExpiredReservationsAction` - added type `ProjectSetReservationExpirationInMinutesAction` - added type `Reservation` - added type `ReservationState` - added type `CannotChangeReservationExpiryWarning` - added type `CannotCreateReservationWarning` - added type `CannotUpdateReservationWarning`
    Added Property(s) - added property `warnings` to type `Cart` - added property `reservation` to type `LineItem` - added property `dependencies` to type `Extension` - added property `expansionPaths` to type `Extension` - added property `additionalContext` to type `Extension` - added property `dependencies` to type `ExtensionDraft` - added property `expansionPaths` to type `ExtensionDraft` - added property `additionalContext` to type `ExtensionDraft` - added property `oldResource` to type `ExtensionInput` - added property `reservationExpirationInMinutes` to type `InventoryEntry` - added property `stockLevels` to type `InventoryEntry` - added property `reservationExpirationInMinutes` to type `InventoryEntryDraft` - added property `stockLevels` to type `InventoryEntryDraft` - added property `inventory` to type `Project`
  • #​1301 3577a1b Thanks @​ShipilA! - Monthly release June 2026

  • #​1301 3577a1b Thanks @​ShipilA! - Monthly release

Patch Changes

v8.25.0

Compare Source

Minor Changes
  • #​1231 0dc71fe Thanks @​ct-sdks! - Api changes

    Added Type(s) - added type `ExactLockConflictError` - added type `ValidityLockConflictError` - added type `GraphQLExactLockConflictError` - added type `GraphQLValidityLockConflictError`
  • #​1239 4d930a0 Thanks @​ShipilA! - Monthly release

Patch Changes

v8.24.0

Compare Source

Minor Changes
  • #​1213 99d9e66 Thanks @​ct-sdks! - Api changes

    Added Type(s) - added type `CartDiscountSetRecurringOrderScopeAction` - added type `AnyOrder` - added type `AnyOrderDraft` - added type `ApplicableRecurrencePolicies` - added type `ApplicableRecurrencePoliciesDraft` - added type `NonRecurringOrdersOnly` - added type `NonRecurringOrdersOnlyDraft` - added type `RecurringOrderScope` - added type `RecurringOrderScopeDraft` - added type `RecurringOrdersOnly` - added type `RecurringOrdersOnlyDraft`
    Required Property(s) - ⚠️ changed property `deleteDaysAfterLastModification` of type `CartsConfiguration` to be required - ⚠️ changed property `deleteDaysAfterLastModification` of type `ShoppingListsConfiguration` to be required
    Added Property(s) - added property `recurringOrderScope` to type `CartDiscount` - added property `recurringOrderScope` to type `CartDiscountDraft`
  • #​1219 c665e6d Thanks @​ShipilA! - Api changes

    Required Property(s) - changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional - changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
    Added Property(s) - added property `interfaceId` to type `MyTransactionDraft` - added property `interfaceId` to type `Transaction` - added property `interfaceId` to type `TransactionDraft`
    Added Type(s) - added type `PaymentTransactionInterfaceIdSetMessage` - added type `PaymentTransactionInterfaceIdSetMessagePayload` - added type `PaymentSetTransactionInterfaceIdAction`
  • #​1219 c665e6d Thanks @​ShipilA! - Regular release

Patch Changes

v8.23.0

Compare Source

v8.18.0

Compare Source

Minor Changes
Patch Changes

v8.17.0

Compare Source

Minor Changes
  • #​1163 f7658fe Thanks @​ct-sdks! - Api changes

    Required Property(s) - changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional - changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
    Added Property(s) - added property `interfaceId` to type `MyTransactionDraft` - added property `interfaceId` to type `Transaction` - added property `interfaceId` to type `TransactionDraft`
    Added Type(s) - added type `PaymentTransactionInterfaceIdSetMessage` - added type `PaymentTransactionInterfaceIdSetMessagePayload` - added type `PaymentSetTransactionInterfaceIdAction`
eslint/eslint (@​eslint/js)

v9.39.5

Compare Source

Bug Fixes

Documentation

Chores

  • 458205f chore: update @eslint/eslintrc and @eslint/js for v9.39.5 (#​21077) (Francesco Trotta)
  • 202117b chore: package.json update for @​eslint/js release (Jenkins)
  • d9eb6ed test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#​21074) (Francesco Trotta)
  • 7b431a7 chore: override re2 dependency for @metascraper/helpers (#​21068) (Milos Djermanovic)
  • daf7791 chore: pin fflate@​0.8.2 (#​20895) (Milos Djermanovic)
  • daee8ba ci: use pnpm in eslint-flat-config-utils type integration test (#​20829) (Milos Djermanovic)
  • 116d4be ci: unpin Node.js 25.x in CI (#​20619) (Copilot)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

v9.39.2

Compare Source

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#​20381) (sethamus)

Build Related

Chores

v9.39.1

Compare Source

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#​20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#​20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

v9.39.0

Compare Source

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#​20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#​20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#​20245) (jaymarvelz)

Bug Fixes

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#​20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#​20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#​20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#​20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#​20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#​20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#​20222) (sethamus)

Chores

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 10am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner October 6, 2025 10:32
@changeset-bot

changeset-bot Bot commented Oct 6, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 3ab775f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 60b5bd1 to fd0f265 Compare October 7, 2025 16:27
@renovate renovate Bot changed the title chore(deps): update dependency @types/node to v22.18.8 chore(deps): update all non-major dependencies Oct 7, 2025
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5415bd9 to c308bdf Compare October 15, 2025 10:41
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 479ccde to a584a9e Compare October 21, 2025 14:48
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from a584a9e to 46f88aa Compare November 19, 2025 23:46
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 19, 2025
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1c2ae1b to 64d4a78 Compare December 3, 2025 17:29
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f83246c to aa33851 Compare December 18, 2025 02:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 82dab30 to f767f31 Compare December 31, 2025 17:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 31ed94d to 88407cf Compare January 8, 2026 19:06
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5762874 to d4cda48 Compare January 15, 2026 02:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 32ad3cf to 7ccbe2c Compare January 23, 2026 18:52
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 688ca61 to c4e94fa Compare February 28, 2026 20:43
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7c5d707 to 23f3f71 Compare March 8, 2026 14:20
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e76969e to 244ed21 Compare March 15, 2026 02:07
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0d42666 to f91e690 Compare March 28, 2026 21:27
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a8eb42f to fbd189c Compare April 8, 2026 13:26
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 38e18db to 45124e9 Compare April 18, 2026 18:52
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 45124e9 to 7d6ebf1 Compare April 22, 2026 23:03
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d0b9c04 to 5b0e70c Compare May 13, 2026 01:39
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 29b03b2 to bbffd82 Compare May 18, 2026 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants